net/http.http2ClientConn.bw (field)
17 uses
net/http (current package)
h2_bundle.go#L7426: bw *bufio.Writer
h2_bundle.go#L7852: cc.bw = bufio.NewWriter(http2stickyErrWriter{
h2_bundle.go#L7858: cc.fr = http2NewFramer(cc.bw, cc.br)
h2_bundle.go#L7896: cc.bw.Write(http2clientPreface)
h2_bundle.go#L7900: cc.bw.Flush()
h2_bundle.go#L8191: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L8729: cc.bw.Flush()
h2_bundle.go#L8851: err = cc.bw.Flush()
h2_bundle.go#L8895: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
h2_bundle.go#L9662: cc.bw.Flush()
h2_bundle.go#L9690: cc.bw.Flush()
h2_bundle.go#L9737: cc.bw.Flush()
h2_bundle.go#L9807: cc.bw.Flush()
h2_bundle.go#L9890: cc.bw.Flush()
h2_bundle.go#L10030: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L10066: return cc.bw.Flush()
h2_bundle.go#L10087: cc.bw.Flush()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |